home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 65.zip / BS1 part 65 / DevPac v3.02b.adf / include / graphics / sprite.i < prev    next >
Text File  |  1991-11-20  |  402b  |  22 lines

  1.     IFND    GRAPHICS_SPRITE_I
  2. GRAPHICS_SPRITE_I    SET    1
  3. **
  4. **    $Filename: graphics/sprite.i $
  5. **    $Release: 1.3 $
  6. **
  7. **    
  8. **
  9. **    (C) Copyright 1985,1986,1987,1988 Commodore-Amiga, Inc.
  10. **        All Rights Reserved
  11. **
  12.  
  13.    STRUCTURE   SimpleSprite,0
  14.    APTR           ss_posctldata
  15.    WORD           ss_height
  16.    WORD           ss_x
  17.    WORD           ss_y
  18.    WORD           ss_num
  19.    LABEL       ss_SIZEOF
  20.  
  21.     ENDC    ; GRAPHICS_SPRITE_I
  22.